From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:13:10 +0000 (+0000) Subject: (viper-repeat-from-history-key): Fix customize type. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79168 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eabbaad87ab30d55dc7d008f9053a0f7a210177e;p=emacs.git (viper-repeat-from-history-key): Fix customize type. --- diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 09616fb293a..3b28721f6bf 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -81,7 +81,7 @@ before that one is accessible as ` 2'. The notation for these keys is borrowed from XEmacs. Basically, a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g., `(meta control f1)'." - :type 'key + :type 'sexp :group 'viper)